![]() |
nullEvent |
Header: Events.h |
enum { nullEvent = 0, mouseDown = 1, mouseUp = 2, keyDown = 3, keyUp = 4, autoKey = 5, updateEvt = 6, diskEvt = 7, activateEvt = 8, osEvt = 15, kHighLevelEvent = 23 };
The event code indicating that there are no other pending events.
The event code indicating that the mouse button has been pressed.
The event code indicating that the mouse button has been released.
The event code indicating that a key has been pressed.
The event code indicating that a key has been released.
The event code indicating that a key has been repeatedly held down.
The event code indicating that a window needs updating.
The event code indicating that a disk has been inserted.
The event code indicating that a window has been activated or deactivated.
The event code indicating a suspend, resume, or mouse-moved operating-system event.
A high-level event.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)